From: Richard M. Stallman Date: Mon, 13 Oct 2003 19:27:50 +0000 (+0000) Subject: (Sequence Functions): sequencep accepts bool-vectors. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~25211 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8fea8be6e95754066d70af4c291de25d7ca6002e;p=emacs.git (Sequence Functions): sequencep accepts bool-vectors. --- diff --git a/lispref/sequences.texi b/lispref/sequences.texi index 75b4b31bebd..70b84da3fd8 100644 --- a/lispref/sequences.texi +++ b/lispref/sequences.texi @@ -70,7 +70,7 @@ sequence. @defun sequencep object Returns @code{t} if @var{object} is a list, vector, -string, or char-table, @code{nil} otherwise. +string, bool-vector, or char-table, @code{nil} otherwise. @end defun @defun length sequence